home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 2: Gray Edwards.iso / pc / assets / gray-profile.dcr / 00002_startMovie.ls next >
Encoding:
Text File  |  2001-07-21  |  373 b   |  22 lines

  1. global CScounter
  2.  
  3. on startMovie
  4.   puppetSound(1, 0)
  5.   sprite(167).visible = 1
  6.   sprite(168).visible = 0
  7.   CScounter = 0
  8.   sprite(20).visible = 1
  9.   sprite(21).visible = 1
  10.   sprite(22).visible = 0
  11.   i = 141
  12.   repeat while i <= 146
  13.     sprite(i).visible = 0
  14.     i = 1 + i
  15.   end repeat
  16.   i = 151
  17.   repeat while i <= 156
  18.     sprite(i).visible = 1
  19.     i = 1 + i
  20.   end repeat
  21. end
  22.